home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3realwi.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_REALWINDOW_H = 1;
- include("oops/r3window.js")
-
-
- var R3CLID_REALWINDOW = 319;
-
-
-
-
-
-
-
- R3RWA_ = 319500;
- function SetR3RWA_(value) {
- R3Set(this.r3obj, R3RWA_, value, R3TID_INTEGER, 0);
- }
-
- function GetR3RWA_() {
- return R3Get(this.r3obj, R3RWA_, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Realwindow () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_REALWINDOW, arguments);
- }
- // Methods
-
- // Attributes
- this.Get=GetR3RWA_;
- this.Set=SetR3RWA_;
- }
-
- r3Realwindow.prototype=new r3Window;
- // r3realwi.h_H